home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 May / SGI IRIX 6.5 Complementary Applications 2004 May.iso / dist / OpenOffice.idb / usr / OpenOffice / help / en / scalc.jar / text / scalc / 01 / 04060183.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-01-24  |  13.5 KB  |  106 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Statistical Functions Part Three</title><meta name="filename" content="text/scalc/01/04060183"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-weight:bold;}
  8.         </style></head><body>
  9.    
  10.    
  11.    <p class="P1"/>
  12.    <p class="Head1"><help:to-be-embedded Eid="kl" xmlns:help="http://openoffice.org/2000/help"><help:link Id="66812">Statistical Functions Part Three</help:link></help:to-be-embedded></p>
  13.    <p class="Head2"><help:help-id value="HID_FUNC_KGROESSTE" xmlns:help="http://openoffice.org/2000/help"/><a name="kgroesste"/><help:key-word value="LARGE" tag="kw66812_1" xmlns:help="http://openoffice.org/2000/help"/>LARGE</p>
  14.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the k-th largest value in a data set.</help:help-text></p>
  15.    <p class="Head3">Syntax</p>
  16.    <p class="Paragraph">LARGE(Data; Rank K)</p>
  17.    <p class="Paragraph"><span class="T1">Data</span> is the matrix of data in the random sample.</p>
  18.    <p class="Paragraph"><span class="T1">Rank K</span> is the rank of the value.</p>
  19.    <p class="Head3">Example</p>
  20.    <p class="Paragraph">=LARGE(A1:C50; 2) gives the second largest value in A1:C50.</p>
  21.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  22.    <p class="Paragraph"><help:link Id="66812" Eid="kkleinste" xmlns:help="http://openoffice.org/2000/help">SMALL</help:link>, <help:link Id="66889" Eid="max" xmlns:help="http://openoffice.org/2000/help">MAX</help:link>, <help:link Id="66889" Eid="median" xmlns:help="http://openoffice.org/2000/help">MEDIAN</help:link>, <help:link Id="66889" Eid="quantil" xmlns:help="http://openoffice.org/2000/help">PERCENTILE</help:link>, <help:link Id="66889" Eid="quantilsrang" xmlns:help="http://openoffice.org/2000/help">PERCENTRANK</help:link>, <help:link Id="66889" Eid="quartile" xmlns:help="http://openoffice.org/2000/help">QUARTILE</help:link></p>
  23.    <p class="Head2"><help:help-id value="HID_FUNC_KKLEINSTE" xmlns:help="http://openoffice.org/2000/help"/><a name="kkleinste"/><help:key-word value="SMALL" tag="kw66812_9" xmlns:help="http://openoffice.org/2000/help"/>SMALL</p>
  24.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the k-th smallest value in a data set.</help:help-text></p>
  25.    <p class="Head3">Syntax</p>
  26.    <p class="Paragraph">SMALL(Data; Rank K)</p>
  27.    <p class="Paragraph"><span class="T1">Data</span> is the matrix of data in the random sample.</p>
  28.    <p class="Paragraph"><span class="T1">Rank K</span> <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>is the rank of the value.</p>
  29.    <p class="Head3">Example</p>
  30.    <p class="Paragraph">=SMALL(A1:C50; 2) gives the second smallest value in A1:C50.</p>
  31.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  32.    <p class="Paragraph"><help:link Id="66812" Eid="kgroesste" xmlns:help="http://openoffice.org/2000/help">LARGE</help:link>, <help:link Id="66889" Eid="median" xmlns:help="http://openoffice.org/2000/help">MEDIAN</help:link>, <help:link Id="66889" Eid="min" xmlns:help="http://openoffice.org/2000/help">MIN</help:link>, <help:link Id="66889" Eid="quantil" xmlns:help="http://openoffice.org/2000/help">PERCENTILE</help:link>, <help:link Id="66889" Eid="quantilsrang" xmlns:help="http://openoffice.org/2000/help">PERCENTRANK</help:link>, <help:link Id="66889" Eid="quartile" xmlns:help="http://openoffice.org/2000/help">QUARTILE</help:link></p>
  33.    <p class="Head2"><help:help-id value="HID_FUNC_KONFIDENZ" xmlns:help="http://openoffice.org/2000/help"/><a name="konfidenz"/><help:key-word value="CONFIDENCE" tag="kw66812_8" xmlns:help="http://openoffice.org/2000/help"/>CONFIDENCE</p>
  34.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the confidence interval for a population mean.</help:help-text></p>
  35.    <p class="Head3">Syntax</p>
  36.    <p class="Paragraph">CONFIDENCE(Alpha; STD; N)</p>
  37.    <p class="Paragraph"><span class="T1">Alpha</span> is the level of the confidence interval.</p>
  38.    <p class="Paragraph"><span class="T1">STD</span> is the standard deviation for the total population.</p>
  39.    <p class="Paragraph"><span class="T1">N</span> is the size of the total population.</p>
  40.    <p class="Head3">Example</p>
  41.    <p class="Paragraph">=CONFIDENCE(0.05; 1.5; 100) gives 0.29.</p>
  42.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  43.    <p class="Paragraph"><help:link Id="66918" Eid="gtest" xmlns:help="http://openoffice.org/2000/help">ZTEST</help:link></p>
  44.    <p class="Head2"><help:help-id value="HID_FUNC_KORREL" xmlns:help="http://openoffice.org/2000/help"/><a name="korrel"/><help:key-word value="CORREL" tag="kw66812_7" xmlns:help="http://openoffice.org/2000/help"/>CORREL</p>
  45.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the correlation coefficient between two data sets.</help:help-text></p>
  46.    <p class="Head3">Syntax</p>
  47.    <p class="Paragraph">CORREL(Data 1; Data 2)</p>
  48.    <p class="Paragraph"><span class="T1">Data 1</span> is the matrix of the first record.</p>
  49.    <p class="Paragraph"><span class="T1">Data 2</span> is the matrix of the second record.</p>
  50.    <p class="Head3">Example</p>
  51.    <p class="Paragraph">=CORREL(A1:A50; B1:B50) calculates the correlation coefficient as a measure of the linear relation between the two data rows.</p>
  52.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  53.    <p class="Paragraph"><help:link Id="66918" Eid="fisher" xmlns:help="http://openoffice.org/2000/help">FISHER</help:link>, <help:link Id="66918" Eid="fisherinv" xmlns:help="http://openoffice.org/2000/help">FISHERINV</help:link>, <help:link Id="66812" Eid="kovar" xmlns:help="http://openoffice.org/2000/help">COVAR</help:link></p>
  54.    <p class="Head2"><help:help-id value="HID_FUNC_KOVAR" xmlns:help="http://openoffice.org/2000/help"/><a name="kovar"/><help:key-word value="COVAR" tag="kw66812_6" xmlns:help="http://openoffice.org/2000/help"/>COVAR</p>
  55.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the covariance of the product of paired deviations.</help:help-text></p>
  56.    <p class="Head3">Syntax</p>
  57.    <p class="Paragraph">COVAR(Data 1; Data 2)</p>
  58.    <p class="Paragraph"><span class="T1">Data 1</span> is the matrix of the first record.</p>
  59.    <p class="Paragraph"><span class="T1">Data 2</span> is the matrix of the second record.</p>
  60.    <p class="Head3">Example</p>
  61.    <p class="Paragraph">=COVAR(A1:A30; B1:B30)</p>
  62.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  63.    <p class="Paragraph"><help:link Id="66918" Eid="fisher" xmlns:help="http://openoffice.org/2000/help">FISHER</help:link>, <help:link Id="66918" Eid="fisherinv" xmlns:help="http://openoffice.org/2000/help">FISHERINV</help:link>, <help:link Id="66812" Eid="korrel" xmlns:help="http://openoffice.org/2000/help">CORREL</help:link></p>
  64.    <p class="Head2"><help:help-id value="HID_FUNC_KRITBINOM" xmlns:help="http://openoffice.org/2000/help"/><a name="kritbinom"/><help:key-word value="CRITBINOM" tag="kw66812_5" xmlns:help="http://openoffice.org/2000/help"/>CRITBINOM</p>
  65.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.</help:help-text></p>
  66.    <p class="Head3">Syntax</p>
  67.    <p class="Paragraph">CRITBINOM(N; W; Alpha)</p>
  68.    <p class="Paragraph"><span class="T1">N</span> is the total number of attempts.</p>
  69.    <p class="Paragraph"><span class="T1">W</span> is the probability of success for one attempt.</p>
  70.    <p class="Paragraph"><span class="T1">Alpha</span> is the threshold probability to be reached or exceeded.</p>
  71.    <p class="Head3">Example</p>
  72.    <p class="Paragraph">=CRITBINOM(100; 0.5; 0.1) yields 44.</p>
  73.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  74.    <p class="Paragraph"><help:link Id="66884" Eid="binomvert" xmlns:help="http://openoffice.org/2000/help">BINOMDIST</help:link>, <help:link Id="66824" Eid="fakultaet" xmlns:help="http://openoffice.org/2000/help">FACT</help:link>, <help:link Id="66918" Eid="hypgeomvert" xmlns:help="http://openoffice.org/2000/help">HYPGEOMDIST</help:link>, <help:link Id="66824" Eid="kombinationen" xmlns:help="http://openoffice.org/2000/help">COMBIN</help:link>, <help:link Id="66889" Eid="negbinomvert" xmlns:help="http://openoffice.org/2000/help">NEGBINOMDIST</help:link>, <help:link Id="66834" Eid="variationen" xmlns:help="http://openoffice.org/2000/help">PERMUT</help:link>, <help:link Id="66834" Eid="wahrschbereich" xmlns:help="http://openoffice.org/2000/help">PROB</help:link></p>
  75.    <p class="Head2"><help:help-id value="HID_FUNC_KURT" xmlns:help="http://openoffice.org/2000/help"/><a name="kurt"/><help:key-word value="KURT" tag="kw66812_4" xmlns:help="http://openoffice.org/2000/help"/>KURT</p>
  76.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the kurtosis of a data set (at least 4 values required).</help:help-text></p>
  77.    <p class="Head3">Syntax</p>
  78.    <p class="Paragraph">KURT(Number 1; Number 2; ...Number 30)</p>
  79.    <p class="Paragraph"><span class="T1">Number 1,Number 2,...Number 30</span> are numeric arguments representing a random sample of distribution.</p>
  80.    <p class="Head3">Example</p>
  81.    <p class="Paragraph">=KURT(A1;A2;A3;A4;A5;A6)</p>
  82.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  83.    <p class="Paragraph"><help:link Id="66834" Eid="schiefe" xmlns:help="http://openoffice.org/2000/help">SKEW</help:link>, <help:link Id="66834" Eid="stabw" xmlns:help="http://openoffice.org/2000/help">STDEV</help:link>, <help:link Id="66834" Eid="stabwn" xmlns:help="http://openoffice.org/2000/help">STDEVP</help:link>, <help:link Id="66834" Eid="varianz" xmlns:help="http://openoffice.org/2000/help">VAR</help:link>, <help:link Id="66834" Eid="varianzen" xmlns:help="http://openoffice.org/2000/help">VARP</help:link></p>
  84.    <p class="Head2"><help:help-id value="HID_FUNC_LOGINV" xmlns:help="http://openoffice.org/2000/help"/><a name="loginv"/><help:key-word value="LOGINV" tag="kw66812_3" xmlns:help="http://openoffice.org/2000/help"/>LOGINV</p>
  85.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the inverse of the lognormal distribution.</help:help-text></p>
  86.    <p class="Head3">Syntax</p>
  87.    <p class="Paragraph">LOGINV(Number; MV; STD)</p>
  88.    <p class="Paragraph"><span class="T1">Number</span> is the probability value for which the inverse standard logarithmic distribution is to be calculated.</p>
  89.    <p class="Paragraph"><span class="T1">MV</span> is the mean value of the standard logarithmic distribution.</p>
  90.    <p class="Paragraph"><span class="T1">STD</span> <text:s text:c="" xmlns:text="http://openoffice.org/2000/text"/>is the standard deviation of the standard logarithmic distribution.</p>
  91.    <p class="Head3">Example</p>
  92.    <p class="Paragraph">=LOGINV(0.05; 0; 1) returns 0.19.</p>
  93.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  94.    <p class="Paragraph"><help:link Id="66824" Eid="exp" xmlns:help="http://openoffice.org/2000/help">EXP</help:link>, <help:link Id="66824" Eid="ln" xmlns:help="http://openoffice.org/2000/help">LN</help:link>, <help:link Id="66824" Eid="log" xmlns:help="http://openoffice.org/2000/help">LOG</help:link>, <help:link Id="66824" Eid="log10" xmlns:help="http://openoffice.org/2000/help">LOG10</help:link>, <help:link Id="66812" Eid="lognormvert" xmlns:help="http://openoffice.org/2000/help">LOGNORMDIST</help:link></p>
  95.    <p class="Head2"><help:help-id value="HID_FUNC_LOGNORMVERT" xmlns:help="http://openoffice.org/2000/help"/><a name="lognormvert"/><help:key-word value="LOGNORMDIST" tag="kw66812_2" xmlns:help="http://openoffice.org/2000/help"/>LOGNORMDIST</p>
  96.    <p class="Paragraph"><help:help-text value="visible" xmlns:help="http://openoffice.org/2000/help">Returns the cumulative lognormal distribution.</help:help-text></p>
  97.    <p class="Head3">Syntax</p>
  98.    <p class="Paragraph">LOGNORMDIST(NUMBER; MV; STD)</p>
  99.    <p class="Paragraph"><span class="T1">Number</span> is the probability value for which the standard logarithmic distribution is to be calculated.</p>
  100.    <p class="Paragraph"><span class="T1">MV</span> is the mean value of the standard logarithmic distribution.</p>
  101.    <p class="Paragraph"><span class="T1">STD</span> is the standard deviation of the standard logarithmic distribution.</p>
  102.    <p class="Head3">Example</p>
  103.    <p class="Paragraph">=LOGNORMDIST(0,1; 0; 1) returns 0.01.</p>
  104.    <help:embedded Id="65630" Eid="siehe" xmlns:help="http://openoffice.org/2000/help"/>
  105.    <p class="Paragraph"><help:link Id="66824" Eid="exp" xmlns:help="http://openoffice.org/2000/help">EXP</help:link>, <help:link Id="66824" Eid="ln" xmlns:help="http://openoffice.org/2000/help">LN</help:link>, <help:link Id="66824" Eid="log" xmlns:help="http://openoffice.org/2000/help">LOG</help:link>, <help:link Id="66824" Eid="log10" xmlns:help="http://openoffice.org/2000/help">LOG10</help:link>, <help:link Id="66812" Eid="loginv" xmlns:help="http://openoffice.org/2000/help">LOGINV</help:link></p>
  106.   </body></html>